html {
	overflow-x: hidden;
	overflow-y: auto;
}

.container {
	width: 1110px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.header {
	width: 100%;
	height: 118px;
	background-color: #fff;
}
.logo {
	float: left;
	width: 305px;
	height: 53px;
	background: url(../img/logo.png) no-repeat 0 0;
	margin-top: 32px;
    margin-left: 10px;
}
.logo-en {
    width: 495px;
    background: url(../img/logo_en.png) no-repeat 0 0;
}
.logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -99999px;
}
.lang {
	float: right;
	margin-top: 52px;
	font-size: 12px;
    margin-right: 10px;
}
.lang a {
	display: inline-block;
	padding-left: 32px;
	height: 20px;
	line-height: 20px;
	margin: 0 10px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.lang a.ch {
	background-image: url(../img/lang_01.gif);
}
.lang a.en {
	background-image: url(../img/lang_02.gif);
}
.lang a.fr {
	background-image: url(../img/lang_03.gif);
}
.navbar {
	width: 1110px;
	height: 61px;
	background: url(../img/navbar-bg.jpg) repeat-x 0 0;
    margin: 0 auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.nav {
	margin-left: 10px;
}
.nav > li {
	display: block;
	float: left;
	line-height: 61px;
	font-size: 16px;
	position: relative;
}
.nav > i {
	display: block;
	float: left;
	width: 14px;
	height: 61px;
	background: url(../img/nav-em.png) no-repeat center center;
}
.nav > li > a {
	display: inline-block;
	color: #fff;
	height: 61px;
	padding: 0 15px;
}
.nav > li > ul {
	display: block;
	position: absolute;
	z-index: 5;
	padding: 5px 12px;
	background-color: #fff;
	left: 0;
	top: 75px;
	border-radius: 3px;
	border: 3px solid #ff9900;
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transform: translate(0,12px);
	-ms-transform: translate(0,12px);
	-webkit-transform: translate(0,12px);
}
.nav > li:hover > ul {
	opacity: 1;
	visibility: visible;
	transform: translate(0,0);
	-ms-transform: translate(0,0);
	-webkit-transform: translate(0,0);
}
.nav > li > ul:before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	top: -11px;
	left: 20px;
	border-top-color: transparent;
	border-bottom-color: #ff9900;
	border-left-color: transparent;
	border-right-color: transparent;
	border-width: 0 12px 8px 12px;
	border-style: solid;
	z-index: 5;
}
.nav > li > ul > li {
	white-space: nowrap;
	line-height: 30px;
}
.nav > li > ul > li > a {
	display: block;
	font-size: 16px;
	color: #474747;
	padding-right: 15px;
	background: url(../img/213sa.png) no-repeat right center;
}
.nav > li > ul > li > a:hover {
	color: #ff9900;
	background: url(../img/213sa2.png) no-repeat right center;
}
.nav > li > ul > li > ul {
	display: block;
	position: absolute;
	z-index: 5;
	padding: 5px 12px;
	background-color: #fff;
	left: 100%;
	top: -3px;
	margin-left: 14px;
	border-radius: 3px;
	border: 3px solid #ff9900;
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transform: translate(0,12px);
	-ms-transform: translate(0,12px);
	-webkit-transform: translate(0,12px);
}
.nav > li > ul > li:hover > ul {
	opacity: 1;
	visibility: visible;
	transform: translate(0,0);
	-ms-transform: translate(0,0);
	-webkit-transform: translate(0,0);
}
.nav > li > ul > li > ul:before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	top: 12px;
	left: -8px;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: #ff9900;
	border-width: 8px 5px 8px 0;
	border-style: solid;
	z-index: 5;
}
.nav > li > ul > li > ul > li {
	white-space: nowrap;
	line-height: 30px;
}
.nav > li > ul > li > ul > li > a {
	display: block;
	font-size: 16px;
	color: #474747;
}
.nav > li > ul > li > ul > li > a:hover {
	color: #ff9900;
}
.slideshow {
	position: relative;
	width: 1110px;
    height: 445px;
	overflow: hidden;
    margin: 0 auto;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.slideshow .container {
	overflow: hidden;
}
.slider {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}
.slider > div {
	width: 100%;
	height: 100%;
}
.slider img {
	width: 100%;
	height: 100%;
}
.sliderbtm {
	position: absolute;
	width: 100%;
	height: 95px;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.sm-slider {
	position: relative;
	float: left;
	width: 196px;
	height: 95px;
	cursor: pointer;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.sm-slider.active {
	padding-right: 326px;
}
.sm-slider.active .sm-slider-co {
	background-color: rgba(255,153,0,.65);
}
.sm-slider-co {
	position: absolute;
	width: 196px;
	height: 100%;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding-top: 95px;
  padding-left: 15px;
  padding-right: 15px;
	line-height: 1;
	background-position: center 14px;
	background-repeat: no-repeat;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	z-index: 1;
  transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.sm-slider-1 .sm-slider-co {
	background-image: url(../img/sm-1.png);
}
.sm-slider-1.active .sm-slider-co {
  background-image: url(../img/sm-1-50px.png);
  padding-top: 68px;
}

.sm-slider-2 .sm-slider-co {
	background-image: url(../img/sm-2.png);
}
.sm-slider-2.active .sm-slider-co {
	background-image: url(../img/sm-2-50px.png);
  padding-top: 68px;
}

.sm-slider-3 .sm-slider-co {
	background-image: url(../img/sm-3.png);
}
.sm-slider-3.active .sm-slider-co {
	background-image: url(../img/sm-3-50px.png);
  padding-top: 68px;
}

.sm-slider-4 .sm-slider-co {
	background-image: url(../img/sm-4.png);
}
.sm-slider-4.active .sm-slider-co {
	background-image: url(../img/sm-4-50px.png);
  padding-top: 68px;
  
}
.sliderbtm-en .active .sm-slider-co {
    padding-top: 62px;
  font-size: 13px;
}
.sm-slider-img {
	position: absolute;
	height: 100%;
	width: 326px;
	z-index: 0;
	right: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
  overflow: hidden;
  border-top-right-radius: 5px;
}
.sm-slider.active .sm-slider-img {
	opacity: 0.6;
	visibility: visible;
}
.sm-slider.active:hover .sm-slider-img {
  opacity: 1;
}
.tsgswj {
  position: absolute;
  top: 70px;
  left: 430px;
}
.footer {
	width: 1110px;
	height: 152px;
	background-color: #e88b00;
	color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    border-radius: 5px;
}
.footer p {
	line-height: 25px;
	padding-top: 32px;
	font-size: 12px;
    padding-left: 50px;
}
.footer p span {
	margin-right: 15px;
}
.footer p.tel {
	background: url(../img/telphone.png) no-repeat 0 35px;
	padding-left: 26px;
	padding-top: 36px;
	float: left;
    margin-left: 50px;
}
.footlink {
	display: block;
	float: left;
	margin-left: 40px;
	padding-top: 35px;
}
.footlink .down-ico {
	display: inline-block;
	margin-left: 15px;
	margin-right: 0;
	width: 8px;
	height: 5px;
	background: url(../img/down.png) no-repeat 0 0;
}
.footlink > li {
	display: block;
	height: 25px;
	line-height: 25px;
	position: relative;
}
.footlink > li > a {
	display: block;
	font-size: 12px;
	padding-left: 24px;
	padding-right: 20px;
	border-radius: 2px;
	background-color: rgba(255,255,255,.175);
}
.footlink > li > ul {
	position: absolute;
	min-width: 100%;
	bottom: 27px;
	padding: 5px 0;
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,.2);
	border-radius: 3px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transform: translate(0,10px);
	-webkit-transform: translate(0,10px);
	z-index: 2;
}
.footlink > li.active > ul {
	opacity: 1;
	visibility: visible;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
}
.footlink > li > ul > li {
	display: block;
	font-size: 12px;
	margin: 5px 12px;
	overflow: hidden;
	color: #2093c9;
    line-height: 1.5;
    white-space: nowrap;
}
.footlink > li > ul > li > a {
	display: block;
}
.footlink > li > ul > li > a:hover {
	text-decoration: underline;
}
.main-1 {
	width: 100%;
	height: 335px;
	margin-top: 16px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.title-1 {
	height: 43px;
	line-height: 43px;
	padding: 0 4px;
	border-bottom: 1px dotted #c0c0c0;
	position: relative;
	margin-bottom: 10px;
}
a.more {
	display: block;
	position: absolute;
	width: 23px;
	height: 23px;
	background: url(../img/more_03.gif) no-repeat 0 0;
	bottom: 10px;
	right: 4px;
}
.main-1 > .left {
	width: 760px;
	height: 100%;
}
.main-1 > .right {
	width: 325px;
	height: 100%;
}
.main-1 > .left > .left {
	width: 416px;
	height: 281px;
	overflow: hidden;
	position: relative;
}
.main-1 > .left > .left .img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.main-1 > .left > .left .img .slide {
	position: relative;
}
.main-1 > .left > .left .img .slide img {
	float: left;
}
.main-1 > .left > .left .img .slide p {
	display: block;
	position: absolute;
	width: 336px;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	color: #fff;
	padding-left: 10px;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.5);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	overflow: hidden;
  text-overflow: ellipsis;
}
.main-1 > .left > .left .img .slide:after {
  content: "";
  display: block;
  width: 80px;
  height: 26px;
  background-color: rgba(0,0,0,.5);
  position: absolute;
  right: 0;
  bottom: 0;
}
.main-1 > .left > .left .img .slides-pagination {
	display: block;
	position: absolute;
	right: 0;
	bottom: 8px;
	max-width: 70px;
	height: 6px;
	overflow: hidden;
	z-index: 2;
}
.main-1 > .left > .left .img .slides-pagination li {
	display: block;
	float: left;
	width: 6px;
	height: 6px;
	background-color: #fff;
	margin-right: 8px;
}
.main-1 > .left > .left .img .slides-pagination li.selected {
	background-color: #ffd701;
}
.main-1 > .left > .left .img .slides-pagination li a {
	display: block;
	width: 6px;
	height: 6px;
}
.main-1 > .left > .right {
	width: 335px;
	height: 281px;
	overflow: hidden;
}
.main-1 > .left > .right .tabnv {
	display: block;
	width: 333px;
	height: 38px;
	border: 1px dashed #d8d8d8;
}
.main-1 > .left > .right .tabnv li {
	display: block;
	float: left;
	height: 38px;
	width: 25%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.main-1 > .left > .right .tabnv li + li {
	border-left: 1px dashed #d8d8d8;
}
.main-1 > .left > .right .tabnv li a {
	display: block;
	font-size: 14px;
	color: #474747;
	text-align: center;
	line-height: 38px;
}
.main-1 > .left > .right .tabnv li a:hover,
.main-1 > .left > .right .tabnv li a.active {
	background-color: #ff9900;
	color: #fff;
}
.main-1 > .left > .right .tabnv li a.active {
	position: relative;
}
.main-1 > .left > .right .tabnv li a.active:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	bottom: -9px;
	left: 50%;
	margin-left: -9px;
	border-top-color: #ff9900;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	border-width: 9px 9px 0 9px;
	border-style: solid;
}
.main-1 > .left > .right .tabmn {
	display: none;
	width: 100%;
	max-height: 241px;
	overflow: hidden;
	padding-top: 13px;
}
.main-1 > .left > .right .tabmn li {
	line-height: 36px;
	border-bottom: 1px dashed #d8d8d8;
	padding-left: 18px;
	background: url(../img/type45s_03.jpg) no-repeat 5px center;
	font-size: 12px;
	color: #474747;
}
.main-1 > .left > .right .tabmn li span {
	float: right;
	font-size: 12px;
	color: #474747;
	margin-right: 5px;
}
.main-1 > .left > .right .tabmn li a {
	font-size: 12px;
	color: #474747;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-1 > .left > .right .tabmn li a:hover {
	color: #2093c9;
}
.main-1 > .right .tabnv {
	display: block;
	width: 100%;
	height: 110px;
	border: 1px dashed #d8d8d8;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.main-1 > .right .tabnv li {
	display: block;
	float: left;
	height: 108px;
	width: 161px;
	overflow: hidden;
}
.main-1 > .right .tabnv li + li {
	border-left: 1px dashed #d8d8d8;
}
.main-1 > .right .tabnv li a {
	display: block;
	font-size: 14px;
	color: #9e9d9d;
	text-align: center;
	line-height: 190px;
	background-repeat: no-repeat;
}
.main-1 > .right .tabnv li a:hover,
.main-1 > .right .tabnv li a.active {
	color: #ff9900;
}
.main-1 > .right .tabnv li a.cement {
	background-position: center 8px;
	background-image: url(../img/2135b.png);
}
.main-1 > .right .tabnv li a.cement:hover,
.main-1 > .right .tabnv li a.cement.active {
	background-image: url(../img/2135a.png);
}
.main-1 > .right .tabnv li a.other {
	background-position: center 10px;
	background-image: url(../img/2135c.png);
}
.main-1 > .right .tabnv li a.other:hover,
.main-1 > .right .tabnv li a.other.active {
	background-image: url(../img/2135d.png);
}
.main-1 > .right .tabmn {
	display: block;
}
.main-1 > .right .tabmn li {
	float: left;
	width: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0 20px;
	font-size: 12px;
	margin-top: 20px;
	background: url(../img/wqe85469sad.png) no-repeat 25px 1px;
	text-indent: 18px;
}
.main-1 > .right .tabmn-en li {
  float: none;
  width: auto;
  margin-top: 12px;
}
.main-1 > .right .tabmn li a {
	display: block;
	color: #474747;
}
.main-1 > .right .tabmn li a:hover {
	color: #ff9900;
}
.main-2 {
	width: 100%;
	height: 233px;
	margin-top: 34px;
}
.main-2 > .left {
	width: 760px;
	height: 100%;
}
.main-2 > .left .box {
	display: block;
	width: 244px;
	height: 233px;
	float: left;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0 3px 5px rgba(0,0,0,.1);
}
.main-2 > .left .box + .box {
	margin-left: 14px;
}
.main-2 > .left .box .head {
	width: 100%;
	height: 4px;
	position: relative;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	z-index: 0;
}
.main-2 > .left .box .head:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 99px;
	top: 0;
	left: 0;
	z-index: 1;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.main-2 > .left .box:hover .head {
	height: 99px;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
}
.main-2 > .left .blue .head {
	background-color: #32a8e0;
}
.main-2 > .left .blue .head:after {
	background-image: url(../img/blue-1.png);
}
.main-2 > .left .blue:hover .head:after {
	background-image: url(../img/blue-2.png);
}
.main-2 > .left .red .head {
	background-color: #ea0000;
}
.main-2 > .left .red .head:after {
	background-image: url(../img/red-1.png);
}
.main-2 > .left .red:hover .head:after {
	background-image: url(../img/red-2.png);
}
.main-2 > .left .table .head {
	background-color: #ea0000;
}
.main-2 > .left .table .head:after {
	background-image: url(../img/table-1.png);
}
.main-2 > .left .table:hover .head:after {
	background-image: url(../img/table-2.png);
}
.main-2 > .left .green .head {
	background-color: #46ab35;
}
.main-2 > .left .green .head:after {
	background-image: url(../img/green-1.png);
}
.main-2 > .left .green:hover .head:after {
	background-image: url(../img/green-2.png);
}
.main-2 > .left .box .text {
	position: absolute;
	width: 100%;
	height: 120px;
	top: 99px;
	left: 0;
	overflow: hidden;
}
.main-2 > .left .box .text h1 {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: center;
	padding: 0 24px;
	margin-top: 16px;
	margin-bottom: 15px;
	color: #474747;
}
.main-2 > .left .box .text p {
	color: #949494;
	font-size: 12px;
	padding: 0 24px;
	line-height: 2;
}
.main-2 > .right {
	width: 325px;
	height: 100%;
}
.main-2 > .right .btn {
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: hidden;
	height: 56px;
	line-height: 56px;
	background-color: #ff9900;
}
.main-2 > .right .btn a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/pswww.png) no-repeat 266px center;
	text-indent: 24px;
	color: #fff;
	font-size: 18px;
}
.main-2 > .right .box {
	width: 100%;
	height: 166px;
	margin-top: 11px;
}
.main-3 {
	width: 100%;
	height: 240px;
	margin-top: 18px;
}
.main-3 .title {
	width: 100%;
	height: 64px;
	line-height: 64px;
	position: relative;
}
.main-3 .title .line {
	height: 1px;
	width: 100%;
	background-color: #d5d5d5;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 0;
}
.main-3 .title h1 {
	width: 350px;
	height: 64px;
	line-height: 64px;
	background-color: #fff;
	position: absolute;
	z-index: 1;
	text-align: center;
	font-size: 18px;
	color: #474747;
	left: 50%;
	margin-left: -175px;
	font-weight: normal;
}
.main-3 .box {
	width: 1000px;
	height: 152px;
	position: relative;
	margin: 0 auto;
}
.main-3 .box .grid {
	float: left;
	text-align: center;
	height: 114px;
	position: relative;
}
.main-3 .box .grid img {
	width: 186px;
	height: 112px;
	border: 1px solid #f3f3f3;
	border-radius: 4px;
}
.main-3 .box .grid:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 23px;
	background: url(../img/12sad156.png) no-repeat center center;
	left: 0;
	bottom: -28px;
}
.main-3 .box .slick-prev,
.main-3 .box .slick-next {
	display: block;
	position: absolute;
	background-image: url(../img/pn.png);
	background-repeat: no-repeat;
	width: 42px;
	height: 42px;
	top: 45px;
	background-color: transparent;
	border: none;
	padding: 0;
	cursor: pointer;
}
.main-3 .box .slick-prev {
	left: -56px;
	background-position: 0 0;
}
.main-3 .box .slick-next {
	right: -56px;
	background-position: right 0;
}
.col-banner {
	position: relative;
    height: 206px;
	width: 1110px;
	overflow: hidden;
    margin: 0 auto;
}
.col-banner-main {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.col-banner-main img {
	width: 100%;
	height: 100%;
}
.col-content {
	width: 100%;
	margin-top: 16px;
	margin-bottom: 40px;
}
.col-left {
	width: 264px;
	height: auto;
	float: left;
}
.col-left-title {
	width: 100%;
	height: 48px;
	border-bottom: 2px solid #ff9f00;
	color: #ff9f00;
	padding-top: 12px;
}
.col-left-title-fr {
  height: auto;
  min-height: 48px;
}
.col-left-title h1 {
	font-size: 44px;
	font-weight: normal;
	float: left;
	line-height: 1;
	margin-right: 5px;
	margin-left: 20px;
}
.col-left-title-fr h1 {
  float: none;
  font-size: 34px;
}
.col-left-title h2 {
	font-size: 18px;
	font-weight: normal;
	line-height: 1;
	padding-top: 5px;
}
.col-left-title h3 {
	font-size: 16px;
	font-weight: normal;
	line-height: 1;
	padding-top: 1px;
	padding-left: 55px;
}
.col-menu {
	display: block;
	width: 100%;
	margin-top: 24px;
	margin-bottom: 30px;
}

.col-menu li {
	display: block;
	line-height: 30px;
	margin: 8px 0;
}
.col-menu li a {
	display: block;
	font-size: 14px;
	padding-left: 55px;
	color: #929292;
	letter-spacing: 1px;
}
.col-menu-en li a {
  padding-left: 40px;
  letter-spacing: normal;
}
.col-menu li a:hover,
.col-menu li.active a {
	color: #ff9f00;
}
.col-menu li.active a {
	font-weight: bold;
}
.col-left-slide {
	width: 210px;
	height: 135px;
	position: relative;
	margin-left: 20px;
}
.col-left-slide > div {
	width: 210px;
	height: 135px;
	overflow: hidden;
	border-radius: 5px;
}
.col-left-slide .slides-next,
.col-left-slide .slides-prev {
	display: block;
	position: absolute;
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 10px;
	height: 20px;
	top: 50%;
	margin-top: -10px;
	z-index: 1;
}
.col-left-slide .slides-next {
	right: -20px;
	background-image: url(../img/col-left-slidenext.png);
}
.col-left-slide .slides-next:hover {
	background-image: url(../img/col-left-slidenext-ho.png);
}
.col-left-slide .slides-prev {
	left: -20px;
	background-image: url(../img/col-left-slideprev.png);
}
.col-left-slide .slides-prev:hover {
	background-image: url(../img/col-left-slideprev-ho.png);
}
.col-left-slide .slide {
	position: relative;
	width: 210px;
	height: 135px;
	overflow: hidden;
}
.col-left-slide .slide h1 {
	position: absolute;
	font-size: 16px;
	color: #fff;
	text-shadow: 0 0 5px rgba(0,0,0,.5);
	display: block;
	line-height: 1;
	letter-spacing: 1px;
	top: 80px;
	right: 0;
	padding: 6px 12px;
	background-color: rgba(0,0,0,.4);
}
.col-left-slide .slide img {
	width: 210px;
	height: 176px;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transform: scale(1,1);
	-ms-transform: scale(1,1);
	-webkit-transform: scale(1,1);
}
.col-left-slide .slide:hover img {
	transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
}
.col-left-btn {
    width: 210px;
    height: 44px;
    margin-top: 20px;
    margin-left: 20px;
    border-radius: 5px;
    background-color: #32a8e0;
    background-image: url(../img/download.png);
    background-repeat: no-repeat;
    background-position: 180px center;
}
.col-left-btn a {
    display: block;
    width: 210px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    text-indent: 16px;
}
.col-right {
	width: 846px;
	height: auto;
	float: right;
}
.col-right-title {
	width: 100%;
	height: 61px;
	border-bottom: 1px solid #d5d5d5;
}
.col-right-title h1 {
	display: block;
	font-weight: normal;
	color: #737373;
	font-size: 16px;
	margin-left: 20px;
	margin-top: 30px;
	float: left;
}
.col-right-title h1 span {
	font-size: 12px;
	margin-left: 15px;
}
.col-right-title h2 {
	float: right;
	font-size: 12px;
	color: #bfbfbf;
	font-weight: normal;
	margin-top: 32px;
	margin-right: 10px;
}
.col-right-content {
	width: 825px;
	height: auto;
	margin-top: 25px;
	float: right;
}
.about-slideshow {
	width: 100%;
	height: 357px;
	overflow: hidden;
	padding-bottom: 30px;
	border-bottom: 1px dashed #dadada;
}
.about-works {
	width: 259px;
	height: 357px;
	overflow: hidden;
	background: #ff9800 url(../img/about-works-bg.jpg) no-repeat 0 0;
	float: left;
}
.about-works h1 {
	color: #fff;
	font-size: 14px;
	display: block;
	width: 100%;
	height: 37px;
	background: url(../img/sm-1.png) no-repeat center 37px;
	text-align: center;
	padding-top: 113px;
}
.about-works p {
	font-size: 12px;
	color: #fff;
	margin: 0 20px;
	line-height: 24px;
}
.about-slider {
	float: left;
	width: 566px;
	height: 357px;
	overflow: hidden;
}
.col-right-article {
	font-size: 14px;
	color: #5b5b5b;
	line-height: 30px;
	margin-top: 15px;
}
.col-right-article sup {
  font-size: smaller;
  vertical-align: super;
}
.col-right-article img{
    max-width: 100%;
}
.fr .col-right-article {
  text-align: justify;
}
.course-list {
	margin-top: 35px;
	margin-bottom: 30px;
}
.course-list li {
	line-height: 36px;
	padding-left: 27px;
    margin-left: 23px;
	background: url(../img/course-list.png) no-repeat 0 10px;
    color: #494949;
}
.col-right-news li {
	line-height: 40px;
	border-bottom: 1px solid #eaeaea;
	background: url(../img/type45s_03.jpg) no-repeat 16px center #f7f7f7;
	font-size: 14px;
	padding-left: 32px;
	cursor: pointer;
	color: #646464;
	position: relative;
}
.col-right-news.honor li {
	background: url(../img/wy_95.png) no-repeat 16px 13px #f7f7f7;
	padding-left: 45px;
}
.col-right-news li p {
	position: absolute;
	display: block;
	width: 180px;
	height: 140px;
	border: 1px solid #e32a4b;
	background-color: #fff;
	margin-top: -53px;
	right: 60px;
	top: 0;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.col-right-news.honor li p {
	width: 210px;
	height: 147px;
	margin-top: -55px;
}
.col-right-news li:hover p {
	opacity: 1;
	visibility: visible;
}
.col-right-news li p:before {
	display: block;
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 8px 0;
	border-right-color: #e32a4b;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
	left: -9px;
	top: 50%;
	margin-top: -6px;
}
.col-right-news li a {
  display: block;
  float: left;
  max-width: 570px;
  height: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.col-right-news li span {
	float: right;
	font-size: 12px;
	color: #ccc;
	margin-right: 10px;
    max-width: 20em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
.col-right-news li::after {
  content: "";
  display: block;
  clear: both;
}
.col-right-sports-banner {
	width: 100%;
	height: 216px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px 3px rgba(0,0,0,.4);
	letter-spacing: 1px;
	line-height: 1.6;
	padding: 8px 12px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-position: 0 bottom;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 20px;
	overflow: hidden;
	border-radius: 5px;
	animation-name: sportsbanner;
	-webkit-animation-name: sportsbanner;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-duration: 10s;
	-webkit-animation-duration: 10s;
	animation-timing-function: ease-out;
	-webkit-animation-timing-function: ease-out;
}
@keyframes sportsbanner {
	0% {
		background-position: 0 bottom;
	}
	70% {
		background-position: 0 top;
	}
	100% {
		background-position: 0 center;
	}
}
@-webkit-keyframes sportsbanner {
	0% {
		background-position: 0 bottom;
	}
	70% {
		background-position: 0 top;
	}
	100% {
		background-position: 0 center;
	}
}
.col-right-gird {
	width: 100%;
	padding-top: 10px;
}
.col-right-gird ul {
	margin-left: -42px;
}
.col-right-gird ul li {
	display: block;
	width: 175px;
	height: 266px;
	float: left;
	margin-left: 41px;
	margin-bottom: 20px;
	position: relative;
}
.col-right-gird ul li .img {
	width: 175px;
	height: 234px;
	overflow: hidden;
	box-shadow: 2px 3px 8px rgba(0,0,0,.2);
}
.col-right-gird ul li .img img {
	width: 100%;
	height: 100%;
}
.col-right-gird ul li a:hover h1 {
	color: #e88b00;
}
.col-right-gird ul li h1 {
	display: block;
	width: 92%;
	height: 32px;
    margin: 0 4%;
	line-height: 32px;
	font-size: 16px;
	color: #474747;
	font-weight: normal;
	text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    
}
.col-right-gird ul li p {
	display: block;
	position: absolute;
	width: 175px;
	max-height: 234px;
	bottom: 32px;
	left: 0;
	background-color: rgba(0,0,0,.4);
	color: #fff;
	font-size: 12px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	overflow: hidden;
	padding: 15px 10px;
	line-height: 1.8;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}
.col-right-gird ul li:hover p {
	opacity: 1;
	visibility: visible;
}
.col-right-business-top {
	width: 100%;
	margin-bottom: 47px;
}
.col-right-business-top ul li {
	display: block;
	width: 14.28%;
	height: auto;
	float: left;
}
.col-right-business-top ul li i {
	display: block;
	width: 92px;
	height: 92px;
	border: 8px solid #fff;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.col-right-business-top ul li a.active i,
.col-right-business-top ul li:hover i {
	background-color: #ff9f00;
	box-shadow: 0 0 8px rgba(0,0,0,.2);
}
.col-right-business-top ul li i.one {
	background-image: url(../img/business-one-s.png);
}
.col-right-business-top ul li a.active i.one,
.col-right-business-top ul li:hover i.one {
	background-image: url(../img/business-one.png);
}
.col-right-business-top ul li i.two {
	background-image: url(../img/business-two-s.png);
}
.col-right-business-top ul li a.active i.two,
.col-right-business-top ul li:hover i.two {
	background-image: url(../img/business-two.png);
}
.col-right-business-top ul li i.three {
	background-image: url(../img/business-three-s.png);
}
.col-right-business-top ul li a.active i.three,
.col-right-business-top ul li:hover i.three {
	background-image: url(../img/business-three.png);
}
.col-right-business-top ul li i.four {
	background-image: url(../img/business-four-s.png);
}
.col-right-business-top ul li a.active i.four,
.col-right-business-top ul li:hover i.four {
	background-image: url(../img/business-four.png);
}
.col-right-business-top ul li i.five {
	background-image: url(../img/business-five-s.png);
}
.col-right-business-top ul li a.active i.five,
.col-right-business-top ul li:hover i.five {
	background-image: url(../img/business-five.png);
}
.col-right-business-top ul li i.six {
	background-image: url(../img/business-six-s.png);
}
.col-right-business-top ul li a.active i.six,
.col-right-business-top ul li:hover i.six {
	background-image: url(../img/business-six.png);
}
.col-right-business-top ul li i.seven {
	background-image: url(../img/business-seven-s.png);
}
.col-right-business-top ul li a.active i.seven,
.col-right-business-top ul li:hover i.seven {
	background-image: url(../img/business-seven.png);
}
.col-right-business-top ul li a.active i.eight,
.col-right-business-top ul li:hover i.eight {
	background-image: url(../img/business-eight.png);
}
.col-right-business-top ul li i.eight {
	background-image: url(../img/business-eight-s.png);
}
.col-right-business-top ul li a.active i.nine,
.col-right-business-top ul li:hover i.nine {
	background-image: url(../img/business-nine.png);
}
.col-right-business-top ul li i.nine {
	background-image: url(../img/business-nine-s.png);
}
.col-right-business-top ul li a.active i.ten,
.col-right-business-top ul li:hover i.ten {
	background-image: url(../img/business-ten.png);
}
.col-right-business-top ul li i.ten {
	background-image: url(../img/business-ten-s.png);
}
.col-right-business-top ul li a.active i.eleven,
.col-right-business-top ul li:hover i.eleven {
	background-image: url(../img/business-eleven.png);
}
.col-right-business-top ul li i.eleven {
	background-image: url(../img/business-eleven-s.png);
}
.col-right-business-top ul li a.active i.twelve,
.col-right-business-top ul li:hover i.twelve {
	background-image: url(../img/business-twelve.png);
}
.col-right-business-top ul li i.twelve {
	background-image: url(../img/business-twelve-s.png);
}
.col-right-business-top ul li a.active i.thirteen,
.col-right-business-top ul li:hover i.thirteen {
	background-image: url(../img/business-thirteen.png);
}
.col-right-business-top ul li i.thirteen {
	background-image: url(../img/business-thirteen-s.png);
}
.col-right-business-top ul li span {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #474747;
	margin-top: 14px;
  line-height: 1.4;
  padding: 0 5px;
}
.col-right-business-main {
	width: 100%;
	/* height: 260px; */
	height: 100%;
	overflow: hidden;
}
.col-right-business-main-left {
	width: 372px;
	height: 260px;
	float: left;
}
.col-right-business-main-right {
	width: 440px;
	height: 260px;
	float: right;
	overflow: hidden;
}
.fr .col-right-business-main-right {
  text-align: justify;
}
.col-right-business-main-right .title {
	font-size: 14px;
	color: #727272;
	border-bottom: 2px solid #dfdfdf;
	line-height: 36px;
	text-indent: 5px;
	font-weight: bold;
}
.col-right-business-main-right .content {
	width: 100%;
	height: 198px;
	margin-top: 16px;
	position: relative;
	overflow: hidden;
}
.col-right-business-main-right .text {
	font-size: 12px;
	color: #727272;
    margin-left: 5px;
    margin-right: 8px;
	line-height: 1.5;
}
.fr .col-right-business-main-right .text {
  margin-right: 15px;
}
.col-right-business-main-right .text img {
    max-width: 425px;
    height: auto !important;
}
.col-right-business-main-right .text p {
	margin-bottom: 5px;
}
.col-right-business-btm {
	width: 100%;
	margin-top: 45px;
}
.col-right-business-btm .title {
	position: relative;
	width: 205px;
	height: 34px;
	border: 1px solid #c5c5c5;
	background-color: #fff;
	font-size: 14px;
	color: #727272;
	text-align: center;
	line-height: 34px;
	margin: 0 auto;
	z-index: 1;
}
.col-right-business-btm .title:after {
	position: absolute;
	content: "";
	display: block;
	height: 1px;
	width: 150px;
	background-color: #c5c5c5;
	top: 50%;
	left: 205px;
}
.col-right-business-btm .title:before {
	position: absolute;
	content: "";
	display: block;
	height: 1px;
	width: 150px;
	background-color: #c5c5c5;
	top: 50%;
	right: 205px;
}
.col-right-business-btm .box {
	width: 100%;
	max-height: 131px;
	margin-top: 30px;
	overflow: hidden;
}
.col-right-business-btm .box ul li {
	display: block;
	float: left;
	width: 193px;
	height: 131px;
	position: relative;
}
.col-right-business-btm .box ul li + li {
	margin-left: 17px;
}
.col-right-business-btm .box ul li p {
	display: block;
	width: 100%;
	height: 30px;
	position: absolute;
	z-index: 1;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	background-color: rgba(0,0,0,.5);
	left: 0;
	bottom: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transform: translate(0,100%);
	-ms-transform: translate(0,100%);
	-webkit-transform: translate(0,100%);
	visibility: hidden;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0 10px;
}
.col-right-business-btm .box ul li:hover p {
	visibility: visible;
	transform: translate(0,0);
	-ms-transform: translate(0,0);
	-webkit-transform: translate(0,0);
}
.col-right-gird2 {
	width: 100%;
}
.col-right-gird2 ul {
	margin-left: -25px;
	margin-top: -20px;
}
.col-right-gird2 ul li {
	display: block;
	width: 22%;
	height: 109px;
	float: left;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	border-radius: 5px;
	overflow: hidden;
	margin-left: 3%;
	margin-top: 25px;
}
.col-right-main-tab {
	width: 100%;
	height: 51px;
}
.col-right-main-tab .tab-1 {
	float: left;
}
.col-right-main-tab .tab-2 {
	float: right;
}
.col-right-main-tab a {
	display: block;
	width: 374px;
	height: 51px;
	line-height: 51px;
	background-color: #d8d8d8;
	color: #474747;
	font-size: 16px;
	text-indent: 26px;
	position: relative;
}
.col-right-main-tab a:hover,
.col-right-main-tab a.active {
	background-color: #ff9f00;
	color: #fff;
}
.col-right-main-tab .tab-1 a:before {
	display: block;
	content: "";
	position: absolute;
	right: -51px;
	top: 0;
	width: 51px;
	height: 51px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(../img/jiao-a-s.png);
}
.col-right-main-tab .tab-1 a:hover:before,
.col-right-main-tab .tab-1 a.active:before {
	background-image: url(../img/jiao-a.png);
}
.col-right-main-tab .tab-2 a:before {
	display: block;
	content: "";
	position: absolute;
	left: -51px;
	top: 0;
	width: 51px;
	height: 51px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(../img/jiao-b-s.png);
}
.col-right-main-tab .tab-2 a:hover:before,
.col-right-main-tab .tab-2 a.active:before {
	background-image: url(../img/jiao-b.png);
}
.col-right-main-content {
	width: 100%;
	margin-top: 20px;
}
.col-right-main-article {
	width: 100%;
	font-size: 14px;
	color: #474747;
	line-height: 1.5;
}
.col-right-main-article p {
	margin-bottom: 10px;
}
.col-right-main-article img {
	max-width: 825px;
	height: auto;
}
.col-right-main-btm {
	margin-top: 20px;
	width: 100%;
	height: 257px;
	overflow: hidden;
	position: relative;
}
.col-right-main-btm img {
	width: 100%;
	height: 100%;
	transition: all 1s;
	-webkit-transition: all 1s;
	transform: scale(1,1);
	-ms-transform: scale(1,1);
	-webkit-transform: scale(1,1);
}
.col-right-main-btm:hover img {
	transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
}
.col-right-main-btm p {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 44px;
	line-height: 44px;
	font-size: 18px;
	color: #fff;
	background-color: rgba(0,0,0,.5);
	left: 0;
	bottom: 0;
	text-align: center;
	letter-spacing: 1px;
}
.col-right-main-grid ul {
	margin-left: -3.3333%;
	margin-top: -24px;
}
.col-right-main-grid ul li {
	display: block;
	width: 30%;
	height: 214px;
	float: left;
	margin-left: 3.3333%;
	margin-top: 24px;
	overflow: hidden;
	position: relative;
}
.col-right-main-grid ul li h1 {
	display: block;
	position: absolute;
	width: 100%;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #fff;
	background-color: rgba(0,0,0,.5);
	bottom: 0;
	left: 0;
	text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 10px;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.col-right-main-grid ul li:hover h1 {
	bottom: 46px;
	padding-top: 5px;
}
.col-right-main-grid.ho ul li:hover h1 {
  bottom: 0;
  padding-top: 0;
  }
.col-right-main-grid ul li p {
	display: block;
	position: absolute;
	width: 100%;
	height: 46px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	background-color: rgba(0,0,0,.5);
	font-size: 12px;
	color: #fff;
	line-height: 1.8;
	bottom: -46px;
	left: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	visibility: hidden;
}
.col-right-main-grid ul li:hover p {
	visibility: visible;
	bottom: 0;
}
.r-en-b {
    width: 100%;
    height: 80px;
    background-color: #eaeaea;
    border-radius: 5px;
    margin-top: 25px;
    transition: all 0.3s;
	-webkit-transition: all 0.3s;
    color: #333;
    line-height: 80px;
    padding-left: 95px;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
    background-position: 18px center;
    background-repeat: no-repeat;
}
.r-en-b:hover {
    color: #fff;
}
.r-en-b.one {
    background-image: url(../img/green-1.png);
    background-size: 60px;
}
.r-en-b.one:hover {
    background-color: #46ab35;
    background-image: url(../img/green-2.png);
}
.r-en-b.two {
    background-image: url(../img/blue-1.png);
    background-size: 55px;
}
.r-en-b.two:hover {
    background-color: #32a8e0;
    background-image: url(../img/blue-2.png);
}
.r-en-b.three {
    background-image: url(../img/red-1.png);
    background-size: 52px;
    background-position: 22px center;
}
.r-en-b.three:hover {
    background-color: #ea0000;
    background-image: url(../img/red-2.png);
}
.r-en-b a {
    display: block;
    width: 100%;
    height: 100%;
}
.pager {
	float: right;
	margin-top: 30px;
	font-size: 12px;
}
.pager a,
.pager span {
	display: block;
	float: left;
	margin-left: 10px;
	color: #959595;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
}
.pager a:hover,
.pager .current {
	color: #e88b00;
	font-weight: bold;
}
.pager .next,
.pager .prev {
	font-size: 16px;
	font-weight: bold;
	background-color: #e88b00;
	color: #fff !important;
}

.Float {
	position: fixed;
	/*top: 0;*/
	/*left: 50%;*/
	/*margin-left: -68px;*/
	z-index: 9999999999;
}
.Float a {
	float: left;
	margin-right: 20px;
}
.Float img {
	width: 136px;
	height: 110px;
}
.Floata {
	float: right;
}
.Floata img {
	width: 180px;
	height: 253px;
}



.col-right-business-top > div {
	/*display: block;*/
	/*width: 14.28%;*/
	/*height: auto;*/
	/*float: left;*/
}
.product_info > div i {
	display: block;
	width: 92px;
	height: 92px;
	border: 8px solid #fff;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.product_info > div a.active i,
.product_info > div a:hover i {
	background-color: #ff9f00;
	box-shadow: 0 0 8px rgba(0,0,0,.2);
}
.product_info > div i.one {
	background-image: url(../img/business-one-s.png);
}
.product_info > div a.active i.one,
.product_info > div a:hover i.one {
	background-image: url(../img/business-one.png);
}
.product_info > div i.two {
	background-image: url(../img/business-two-s.png);
}
.product_info > div a.active i.two,
.product_info > div a:hover i.two {
	background-image: url(../img/business-two.png);
}
.product_info > div i.three {
	background-image: url(../img/business-three-s.png);
}
.product_info > div a.active i.three,
.product_info > div a:hover i.three {
	background-image: url(../img/business-three.png);
}
.product_info > div i.four {
	background-image: url(../img/business-four-s.png);
}
.product_info > div a.active i.four,
.product_info > div a:hover i.four {
	background-image: url(../img/business-four.png);
}
.product_info > div i.five {
	background-image: url(../img/business-five-s.png);
}
.product_info > div a.active i.five,
.product_info > div a:hover i.five {
	background-image: url(../img/business-five.png);
}
.product_info > div i.six {
	background-image: url(../img/business-six-s.png);
}
.product_info > div a.active i.six,
.product_info > div a:hover i.six {
	background-image: url(../img/business-six.png);
}
.product_info > div i.seven {
	background-image: url(../img/business-seven-s.png);
}
.product_info > div a.active i.seven,
.product_info > div a:hover i.seven {
	background-image: url(../img/business-seven.png);
}
.product_info > div i.mmgv {
	background-image: url(../img/mmgv-s.png);
}
.product_info > div a.active i.mmgv,
.product_info > div a:hover i.mmgv {
	background-image: url(../img/mmgv.png);
}
.product_info > div a.active i.eight,
.product_info > div a:hover i.eight {
	background-image: url(../img/business-eight.png);
}
.product_info > div i.eight {
	background-image: url(../img/business-eight-s.png);
}
.product_info > div a.active i.nine,
.product_info > div a:hover i.nine {
	background-image: url(../img/business-nine.png);
}
.product_info > div i.nine {
	background-image: url(../img/business-nine-s.png);
}
.product_info > div a.active i.ten,
.product_info > div a:hover i.ten {
	background-image: url(../img/business-ten.png);
}
.product_info > div i.ten {
	background-image: url(../img/business-ten-s.png);
}
.product_info > div a.active i.eleven,
.product_info > div a:hover i.eleven {
	background-image: url(../img/business-eleven.png);
}
.product_info > div i.eleven {
	background-image: url(../img/business-eleven-s.png);
}
.product_info > div a.active i.twelve,
.product_info > div a:hover i.twelve {
	background-image: url(../img/business-twelve.png);
}
.product_info > div i.twelve {
	background-image: url(../img/business-twelve-s.png);
}
.product_info > div a.active i.thirteen,
.product_info > div a:hover i.thirteen {
	background-image: url(../img/business-thirteen.png);
}
.product_info > div i.thirteen {
	background-image: url(../img/business-thirteen-s.png);
}
.product_info > div span {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #474747;
	margin-top: 14px;
	line-height: 1.4;
	padding: 0 5px;
}

.product_info .slick-prev,
.product_info .slick-next {
	position: absolute;
	display: block;
	height: 47px;
	width: 32px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	margin-top: -23.5px;
	padding: 0;
	border: none;
	outline: none;
	/* box-shadow: 0px 0px 10px 3px rgba(255,114,0,.3); */
}
.product_info .slick-prev {
	background: url(../img/slick_l.png) no-repeat 0 0;
	left: -30px;
}
.product_info .slick-next {
	background: url(../img/slick_r.png) no-repeat 0 0;
	right: -30px;
}